home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-09 | 1.2 KB | 44 lines | [TEXT/MPS ] |
- // File: DataStrs.fr
- //
- // Contains: Common (Platform independent) resources for Data part
- //
- // Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k" // [HLX]
- #endif
-
- #ifndef DATADEF_H
- #include "DataDef.h"
- #endif
-
- //----------------------------------------------------------------------------
- // Strings for Data Menu
- //----------------------------------------------------------------------------
- // resource MULTISTRING (kDataStringsResID) [HLX]
- resource FW_kMULTISTRING (kDataStringsResID)
- {
- // Data menu
- kDataMenuString, "DataMenu";
- // menu items
- kGreetingItemString, "Greetings";
- kGoodbyeItemString, "Goodbye";
- kTestItemString, "Test Command";
- // drawn by frame
- kGreetingString, "Greetings, ";
- kGoodbyeString, "Goodbye, ";
- kMacString, "Macintosh®";
- kWinString, "Windows";
- }
-
- //----------------------------------------------------------------------------
- // Strings for About box
- //----------------------------------------------------------------------------
- // resource MULTISTRING (kAboutBoxStringsResID) [HLX]
- resource FW_kMULTISTRING (kAboutBoxStringsResID)
- {
- kAboutMenuString, "About Data...";
- kDataPartString, "Data Part";
- kCreditString, "Simple Data Part";
- }
-